home *** CD-ROM | disk | FTP | other *** search
- global gMode, gTrigger, gSweepHiliteTrigger, gDCAnimObj, gDONT_ANIMATE
-
- on exitFrame
- if gSweepHiliteTrigger = 1 then
- set gSweepHiliteTrigger to 0
- cursor(4)
- if the MASTER_CHECK of gDCAnimObj <> 0 then
- if the hilite of cast the MASTER_CHECK of gDCAnimObj = 0 then
- cursor(4)
- repeat with i in the CHECK_BOX_NUMS of gDCAnimObj
- set the hilite of cast i to 0
- end repeat
- cursor(-1)
- end if
- end if
- checkState(gDCAnimObj)
- set gDONT_ANIMATE to 0
- cursor(-1)
- end if
- if gMode then
- set gTrigger to 1
- btnJob4()
- end if
- go(the frame)
- end
-